-
Notifications
You must be signed in to change notification settings - Fork 665
Notes about 1.0.0-beta.30 #1375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
JessicaSachs
commented
Dec 17, 2019
- Adding notes about async vs. sync mode.
- Adding placeholder for mocking transitions section.
…g transitions section
I think we could also document |
@JessicaSachs a bit about mocking transitions, 99% of the work was done by @hiendv , I hope you don't mind I used your example and sneaky I'm excited to learn how Vue's |
@lmiller1990 It would be my honor. I've been using VTU for years but never had a chance (or time 🤣 ) to contribute back to the library. Glad you took my snippet which, to be honest, is kinda a skimmed version of the original by @eddyerburgh. I think the old component stubs could be a good start for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming from #1367, I've got some remarks.
These docs will help provide guidance for 1.0.0-beta.30 migration-related issues |
Hey @JessicaSachs, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |